SftTree/OCX 7.0

SftTreeItems.HotOutlineBorderColor Property

Softel vdm, Inc.

Defines the outline border color for items when the mouse cursor is on the item.

Syntax       

Get

VB.NET

Clr = object.HotOutlineBorderColor  As UIntegerLanguage-specific information

VB

Clr = object.HotOutlineBorderColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.HotOutlineBorderColor;

VC++

OLE_COLOR Clr = object->HotOutlineBorderColor;
OLE_COLOR Clr = object->GetHotOutlineBorderColor();

C

HRESULT object->get_HotOutlineBorderColor(OLE_COLOR* Clr);

Delphi

Clr := object.HotOutlineBorderColor  : Cardinal;

Put

VB.NET

object.HotOutlineBorderColor = Clr  As UIntegerLanguage-specific information

VB

object.HotOutlineBorderColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.HotOutlineBorderColor = Clr;

VC++

OLE_COLOR object->HotOutlineBorderColor = Clr;
void object->PutHotOutlineBorderColor(OLE_COLOR Clr);

C

HRESULT object->put_HotOutlineBorderColor(OLE_COLOR Clr);

Delphi

object.HotOutlineBorderColor := Clr  : Cardinal;

object

A SftTreeItems object.

Clr

Defines the outline border color for items when the mouse cursor is on the item.

Comments

The HotOutlineBorderColor property defines the outline border color for items when the mouse cursor is on the item.

The HotOutlineBorderColor property is only used if the Items.OutlineStyle property is set to OutlineStyleSftTreeRectGradient. Otherwise, it is ignored and the cell text in the first displayed column is shown underlined instead.

The Items.SelectStyle and Items.NoFocusStyle properties work in conjunction with the Items.OutlineStyle property to determine the exact appearance of items. The highlighted portion of an item is rendered using the outline style defined by the Items.OutlineStyle property.

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com